Instance 0

Class380.copyAndConfigureFiles(JobConf job,Path submitJobDir,short replication)#1{
        Path tmp = new Path(tmpURI);
        Path newPath = copyRemoteFiles(fs,filesDir, tmp, job, replication);
          URI pathURI = getPathURI(newPath, tmpURI.getFragment());
          DistributedCache.addCacheFile(pathURI, job);
          throw new IOException("Failed to create uri for " + tmpFile, ue);
}


Instance 1

Class250.copyAndConfigureFiles(Job job,Path submitJobDir,short replication)#0{
        Path tmp = new Path(tmpURI);
        Path newPath = copyRemoteFiles(archivesDir, tmp, conf,
          replication);
          URI pathURI = getPathURI(newPath, tmpURI.getFragment());
          DistributedCache.addCacheArchive(pathURI, conf);
          throw new IOException("Failed to create uri for " + tmpArchives, ue);
}


Instance 2

Class130.uploadFiles(Job job,Path submitJobDir)#5{
        Path tmp = new Path(tmpURI);
        Path newPath = copyRemoteFiles(filesDir, tmp, conf, replication);
          URI pathURI = getPathURI(newPath, tmpURI.getFragment());
          DistributedCache.addCacheFile(pathURI, conf);
          throw new IOException("Failed to create uri for " + tmpFile, ue);
}


Instance 3

Class130.uploadFiles(Job job,Path submitJobDir)#4{
        Path tmp = new Path(tmpURI);
        Path newPath = copyRemoteFiles(archivesDir, tmp, conf, replication);
          URI pathURI = getPathURI(newPath, tmpURI.getFragment());
          DistributedCache.addCacheArchive(pathURI, conf);
          throw new IOException("Failed to create uri for " + tmpArchives, ue);
}


Instance 4

Class250.copyAndConfigureFiles(Job job,Path submitJobDir,short replication)#2{
        Path tmp = new Path(tmpURI);
        Path newPath = copyRemoteFiles(filesDir, tmp, conf, replication);
          URI pathURI = getPathURI(newPath, tmpURI.getFragment());
          DistributedCache.addCacheFile(pathURI, conf);
          throw new IOException("Failed to create uri for " + tmpFile, ue);
}


Instance 5

Class380.copyAndConfigureFiles(JobConf job,Path submitJobDir,short replication)#3{
       Path tmp = new Path(tmpURI);
       Path newPath = copyRemoteFiles(fs, archivesDir, tmp, job, replication);
         URI pathURI = getPathURI(newPath, tmpURI.getFragment());
         DistributedCache.addCacheArchive(pathURI, job);
         throw new IOException("Failed to create uri for " + tmpArchives, ue);
}